X Windows Structures - XMotionEventWhat links here?
typedef struct {
	int type;		/* MotionNotify */
	unsigned long serial;	/* # of last request processed by server */
	Bool send_event;	/* true if this came from a SendEvent request */
	Display *display;	/* Display the event was read from */
	Window window;		/* ``event'' window reported relative to */
	Window root;		/* root window that the event occurred on */
	Window subwindow;	/* child window */
	Time time;		/* milliseconds */
	int x, y;		/* pointer x, y coordinates in event window */
	int x_root, y_root;	/* coordinates relative to root */
	unsigned int state;	/* key or button mask */
	char is_hint;		/* detail */
	Bool same_screen;	/* same screen flag */
} XMotionEvent;
typedef XMotionEvent XPointerMovedEvent;
X Windows Structures - XMotionEvent
filename:X Windows Structures - XMotionEvent
filename:X%20Windows%20Structures%20%2D%20XMotionEvent
last edit:January 14 2013 17:46:58 (4129 days ago)
ct = 1714973006.000000 = May 06 2024 01:23:26
ft = 1358203618.000000 = January 14 2013 17:46:58
dt = 356769388.000000